home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / lfcr.zip / LFCR.DOC < prev    next >
Text File  |  1986-09-21  |  1KB  |  44 lines

  1.  
  2.  
  3.                  Line Feed Carriage Return Clean Up
  4. -----------------------------------------------------------------------------
  5.  
  6.  
  7. Summary of Purpose: Clean Up Text Files for displaying.
  8.  
  9.     Some files uploaded have problems: they have the high  order  bit  set 
  10.     (making text appear as garbage or  graphic  characters)  or  they  are 
  11.     missing carriage returns, or have other problems.
  12.  
  13.  
  14. Summary of Action Taken:
  15.  
  16.     LFCR will remove all Control-S, Control-Q characters from a file  plus 
  17.     replace all Carriage Returns and Line Feeds with Carriage  Return/Line 
  18.     Feed combinations.  LFCR leaves bit 8 of each character alone.
  19.  
  20.     LFCR8 does the same thing as LFCR, but also  strips  bit  8  from  the 
  21.     entire file.
  22.  
  23.     Both programs insure that a control-Z is at the end of the file.
  24.  
  25.  
  26. How to use:
  27.  
  28.         lfcr filename.ext
  29.     or  lfcr8 filename.ext
  30.  
  31.  
  32. WARNING:
  33.  
  34.     Neither program will insert carriage returns by breaking up paragraphs 
  35.     or insert multiple carriage returns where none were  intended  in  the
  36.     original text file.
  37.  
  38.  
  39. SOURCE PROGRAM DISTRIBUTION:
  40.  
  41.     Any changes to source programs should be returned to Michael Podanoffsky
  42.     GEmail: PODANOFFSKY.
  43.  
  44.